-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-43953: v2 iterator changes #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-43953: v2 iterator changes #172
Conversation
✅ Deploy Preview for docs-php-library ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM + two comments!
@@ -8,8 +8,8 @@ Definition | |||
.. phpclass:: MongoDB\Model\CollectionInfo | |||
|
|||
This class models information about a collection. Instances of this class are | |||
returned by traversing a :phpclass:`MongoDB\Model\CollectionInfoIterator`, | |||
which is returned by :phpmethod:`MongoDB\Database::listCollections()`. | |||
returned in an `Iterator <{+php-manual}/class.iterator.php>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: [nit] since this sentence uses "returned" twice, you could change to "stored"
returned in an `Iterator <{+php-manual}/class.iterator.php>`__ | |
stored in an `Iterator <{+php-manual}/class.iterator.php>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applies to all
@@ -8,8 +8,8 @@ Definition | |||
.. phpclass:: MongoDB\Model\CollectionInfo | |||
|
|||
This class models information about a collection. Instances of this class are | |||
returned by traversing a :phpclass:`MongoDB\Model\CollectionInfoIterator`, | |||
which is returned by :phpmethod:`MongoDB\Database::listCollections()`. | |||
returned in an `Iterator <{+php-manual}/class.iterator.php>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: add the closing + to fix the link:
returned in an `Iterator <{+php-manual}/class.iterator.php>`__ | |
returned in an `Iterator <{+php-manual+}/class.iterator.php>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applies to all Iterator links
9cd5448
to
73bd978
Compare
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-43953
Staging - https://deploy-preview-172--docs-php-library.netlify.app/whats-new/#std-label-php-lib-version-2.0
Self-Review Checklist